testing.common.failed (field)
14 uses
testing (current package)
benchmark.go#L224: if b.loop.n > 0 && !b.loop.done && !b.failed {
benchmark.go#L248: if b.failed {
benchmark.go#L348: for n := int64(1); !b.failed && b.duration < d && n < 1e9; {
benchmark.go#L718: return !main.failed
benchmark.go#L748: if b.failed {
benchmark.go#L851: return !sub.failed
fuzz.go#L216: if f.failed {
fuzz.go#L625: return !f.failed
fuzz.go#L657: fuzzNotCalled := !f.fuzzCalled && !f.skipped && !f.failed
fuzz.go#L658: if !f.finished && !f.skipped && !f.failed {
testing.go#L630: failed bool // Test or benchmark has failed.
testing.go#L990: c.failed = true
testing.go#L1004: return c.failed
testing.go#L1868: return !t.failed
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)